type testing.testState

7 uses

	testing (current package)
		fuzz.go#L72: 	tstate *testState
		testing.go#L928: 	tstate       *testState // For running tests and subtests.
		testing.go#L2072: type testState struct {
		testing.go#L2098: func newTestState(maxParallel int, m *matcher) *testState {
		testing.go#L2099: 	return &testState{
		testing.go#L2107: func (s *testState) waitParallel() {
		testing.go#L2119: func (s *testState) release() {